blob: a84c3dce6bacea63e76e166446ecca43ce8c3b21 [file] [log] [blame]
Shawn O. Pearcee31d02c2009-12-08 12:21:37 -08001Gerrit Code Review - i18n
2=========================
Shawn O. Pearceea184812008-12-04 11:31:23 -08003
David Pursehouse221d4f62012-06-08 17:38:08 +09004Aside from actually writing translations, there are some issues with
Shawn O. Pearceea184812008-12-04 11:31:23 -08005the way the code produces output. Most of the UI should support
6right-to-left (RTL) languages.
7
8
9ApprovalCategory
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080010----------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080011
12The getName() function produces only a single translation of the
13description string. This name is set by the Gerrit administrator,
14which may cause problems if the site is translated into multiple
Edwin Kempinf1acbb82011-09-15 12:49:42 +020015languages and different users want different translations.
Shawn O. Pearceea184812008-12-04 11:31:23 -080016
17ApprovalCategoryValue
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080018---------------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080019
20The getName() function produces only a single translation of the
21description string. This name is set by the Gerrit administrator,
22which may cause problems if the site is translated into multiple
Edwin Kempinf1acbb82011-09-15 12:49:42 +020023languages and different users want different translations.
Shawn O. Pearceea184812008-12-04 11:31:23 -080024
Shawn O. Pearceea184812008-12-04 11:31:23 -080025/Gerrit Gerrit.html
Shawn O. Pearced2b73db2009-01-09 11:55:47 -080026-------------------
Shawn O. Pearceea184812008-12-04 11:31:23 -080027
28* The title of the host page is not translated.
29
30* The <noscript> tag is not translated.
Shawn O. Pearce5500e692009-05-28 15:55:01 -070031
32GERRIT
33------
34Part of link:index.html[Gerrit Code Review]